home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1998-06-29  |  1KB  |  47 lines

  1. object Form5: TForm5
  2.   Left = 200
  3.   Top = 108
  4.   Width = 212
  5.   Height = 172
  6.   Caption = 'About the Calendar'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Memo1: TMemo
  14.     Left = 8
  15.     Top = 8
  16.     Width = 185
  17.     Height = 89
  18.     TabStop = False
  19.     Alignment = taCenter
  20.     BorderStyle = bsNone
  21.     Color = clBtnFace
  22.     Lines.Strings = (
  23.       'PEATTITUDES Calendar'
  24.       'Copyright 1997 FreshWater, Inc.'
  25.       'Copyright 1997 Little Pizazz, Inc.'
  26.       'All rights reserved.'
  27.       'PEATTITUDES Copyright 1997 '
  28.       'Creative Excellence, Inc.'
  29.       'licensed by Easel Street Studio'
  30.       ''
  31.       'This program is protected by federal '
  32.       'copyright law. '
  33.       'Unauthorized duplication prohibited.')
  34.     TabOrder = 0
  35.   end
  36.   object Close2: TButton
  37.     Left = 64
  38.     Top = 112
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Close'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = Close2Click
  45.   end
  46. end
  47.